Buffer
A Buffer statement allows you to create a temporary storage for products in a grid pattern. Multiple products can be coming in and leaving the buffer in parallel. Transport of products is handled similarly to the Transport statements.
The statement continues execution until the break condition is met and the buffer has emptied.
Properties
Name | Description |
IsEnabled | Turns on/off the execution of this statement. |
BreakCondition | When evaluates to True, the buffer stops accepting products and empties. |
BufferMode |
Defines the product access order of the buffer. First-In-First-Out (FIFO) Last-In-First-Out (LIFO) |
Destination |
Defines the destination to where product is transported out. To Next Process To Component Container To Transport Node |
DestinationContainer | Component container whose output connection is used to place the outgoing products in container mode. |
DestinationNode | To which transport node the Product Instance is transported out when the Destination property is defined as To Transport Node. |
InputResourcePositionFrame | Defines resource position offset from product position and XY plane on which resource position is projected to while filling the buffer. |
Offset | Offset of the first product from product position frame |
OutputResourcePositionFrame | Defines resource position offset from product position and XY plane on which resource position is projected to while emptying the buffer. |
PatternCount |
Number of product per X,Y,Z axis |
PatternStep | Step between products in pattern per X,Y,Z axis |
ParallelInputLimit |
Defines how many products can fill the buffer in parallel |
ParallelOutputLimit | Defines how many products can leave the buffer in parallel |
ProductPositionFrame |
Frame location where the products are placed. |
ReservedProductVariableName | Product variable name defined in Reserve Statement. The variable can be a list. If Mode is set to Transport Products and this variable is not empty, this statement will transport in the product(s) in the variable, without considering the product filter settings in this statement. |
Source |
Defines which source is used to transport product in. From Previous Process From Component Container |
Product Filter |
See Product Filtering |